func github.com/andybalholm/brotli.decoderHasMoreOutput

2 uses

	github.com/andybalholm/brotli (current package)
		decode.go#L2505: func decoderHasMoreOutput(s *Reader) bool {
		reader.go#L49: 	if !decoderHasMoreOutput(r) && len(r.in) == 0 {